﻿2026-06-13T11:13:53.3828245Z ##[group]Run actions/checkout@v5
2026-06-13T11:13:53.3828465Z with:
2026-06-13T11:13:53.3828601Z   repository: SaberMage/spt-shell-notify
2026-06-13T11:13:53.3828775Z   path: .adapter-notify
2026-06-13T11:13:53.3830475Z   token: ***
2026-06-13T11:13:53.3830598Z   ssh-strict: true
2026-06-13T11:13:53.3830719Z   ssh-user: git
2026-06-13T11:13:53.3830844Z   persist-credentials: true
2026-06-13T11:13:53.3830990Z   clean: true
2026-06-13T11:13:53.3831117Z   sparse-checkout-cone-mode: true
2026-06-13T11:13:53.3831279Z   fetch-depth: 1
2026-06-13T11:13:53.3831398Z   fetch-tags: false
2026-06-13T11:13:53.3831523Z   show-progress: true
2026-06-13T11:13:53.3831651Z   lfs: false
2026-06-13T11:13:53.3831764Z   submodules: false
2026-06-13T11:13:53.3831886Z   set-safe-directory: true
2026-06-13T11:13:53.3832025Z ##[endgroup]
2026-06-13T11:13:53.4523323Z Syncing repository: SaberMage/spt-shell-notify
2026-06-13T11:13:53.4528624Z ##[group]Getting Git version info
2026-06-13T11:13:53.4528902Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-13T11:13:53.4835095Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T11:13:53.5036012Z git version 2.43.0.windows.1
2026-06-13T11:13:53.5057449Z ##[endgroup]
2026-06-13T11:13:53.5064267Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\3a084eba-f34e-4c6f-bc06-2cb3b935b46a\.gitconfig'
2026-06-13T11:13:53.5076480Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3a084eba-f34e-4c6f-bc06-2cb3b935b46a' before making global git config changes
2026-06-13T11:13:53.5076967Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:13:53.5081287Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-13T11:13:53.5303841Z ##[group]Initializing the repository
2026-06-13T11:13:53.5308559Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-13T11:13:53.5603387Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-13T11:13:53.5631032Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-13T11:13:53.5874602Z ##[endgroup]
2026-06-13T11:13:53.5874862Z ##[group]Disabling automatic garbage collection
2026-06-13T11:13:53.5879463Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-13T11:13:53.6096315Z ##[endgroup]
2026-06-13T11:13:53.6096551Z ##[group]Setting up auth
2026-06-13T11:13:53.6102958Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:13:53.6315871Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T11:13:54.0139137Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:13:54.0360769Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T11:13:54.3834321Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:13:54.4048236Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T11:13:54.7599154Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-13T11:13:54.7896038Z ##[endgroup]
2026-06-13T11:13:54.7896307Z ##[group]Determining the default branch
2026-06-13T11:13:54.7897940Z Retrieving the default branch name
2026-06-13T11:13:55.2373051Z Default branch 'main'
2026-06-13T11:13:55.2373454Z ##[endgroup]
2026-06-13T11:13:55.2373691Z ##[group]Fetching the repository
2026-06-13T11:13:55.2379985Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-13T11:13:55.9967356Z From https://github.com/SaberMage/spt-shell-notify
2026-06-13T11:13:55.9967699Z  * [new branch]      main       -> origin/main
2026-06-13T11:13:56.0078205Z ##[endgroup]
2026-06-13T11:13:56.0078451Z ##[group]Determining the checkout info
2026-06-13T11:13:56.0079478Z ##[endgroup]
2026-06-13T11:13:56.0084843Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-13T11:13:56.0321880Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-13T11:13:56.0529534Z ##[group]Checking out the ref
2026-06-13T11:13:56.0533811Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-13T11:13:56.0824317Z branch 'main' set up to track 'origin/main'.
2026-06-13T11:13:56.0824541Z Reset branch 'main'
2026-06-13T11:13:56.0845295Z ##[endgroup]
2026-06-13T11:13:56.1070056Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-13T11:13:56.1269300Z ee2d37eadc730c0019e0af82d683074c509634a2
